home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Feature / DR DOS / dr703.exe / AUTOEXEC.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-12-24  |  177 b   |  9 lines

  1. @ECHO OFF
  2. if exist INSTALL.EXE goto install
  3. :no_install
  4. ECHO Insert the UTILITIES 1 disk in drive A:
  5. pause
  6. if not exist INSTALL.EXE goto no_install
  7. :install
  8. INSTALL.EXE
  9.